home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
- ╔═════════════════════════════════════╗
- ║ ║
- ║ Dave's Automatic File Usage ║
- ║ ║
- ║ Bar Graphs ║
- ║ ║
- ║ ║
- ╚═════════════════════════════════════╝
-
- Requires CGA, EGA, or VGA graphics
-
-
-
-
-
-
-
-
-
- This program really doesn't require a whole lot of explanation,
- so here we go:
-
-
- Usage: BARS [directory] [/S]
-
-
- Whereas the directory must begin with a backslash, and the
- /S switch searches the entire disk drive (all dirs and subdirs).
-
-
- To simply see the current directory: BARS
-
- To see the directory \MENU: BARS \MENU
-
- Or to see the entire disk drive: BARS /S
-
-
- If your have more than ten particular files, ie: twenty .COM files
- in your current directory, then the type of file is listed vertically
- above the bar, and the number of actual files is shown.
-
- For example: If you have twenty .COM files, that particular part
- of the graph would look like:
-
-
-
-
- com 20
-
- ┌┐
- ││
- ││
- ││
- ││
- ││
- ││
- ──┘└──
-
-
- Except, obviously, it would be written vertically (I can't do vertical
- writing on my text editor, so let's just imagine for now....)
-
- The graph is split into 8 sections:
-
-
- 1) COMPR (compressed files)
-
- a) zip
- b) arc
- c) zoo
- d) pak
- e) arj
- f) lzh
-
- 2) EXEC (executable files)
-
- a) exe
- b) bat
- c) com
-
- 3) DOCS (document files)
-
- a) doc
- b) txt
- c) hlp
- d) log
- e) man
-
- 4) DAT (data files)
-
- a) eng
- b) dat
- c) tmp
-
- 5) PROGRAMMING (files used in various types of programming)
-
- a) bas
- b) pas
- c) a86
- d) asm
- e) obj
- f) c
- g) h
- h) bak
- i) tch
- j) map
-
- 6) SYSTEM (files not often used {usually by the computer only})
-
- a) sys
- b) dsk
- c) set
- d) cfg
- e) prn
-
- 7) GRAPHICS (graphics files)
-
- a) pcx
- b) gif
- c) tif
- d) mac
- e) wpg
- f) img
- g) fra
- h) cit
- i) tga
-
- 8) WINDOWS (files associated with Microsoft Windows)
-
- a) bmp
- b) ini
- c) pif
- d) grp
- e) fon
- f) dll
- g) drv
- h) mod
- i) inf
-
-
-
-
-
- This update (Aug 10, 1991) now supports CGA graphics !!
-
-
- I have attempted to cover all the various extensions that might be
- found on your computer. If, however, I have missed some, please
- write to me:
-
-
- Dave Smith
- Compuserve ID 71441,2723
-
-
-
-
- Otherwise, enjoy !
-
-
-
-
- THIS UTILITY IS HEREBY RELEASED TO THE PUBLIC DOMAIN. THE
- AUTHOR IS NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR SYSTEM
- RESULTING FROM THE USE OF THIS PROGRAM. IF YOU HAVE ANY
- PROBLEMS OR DIFFICULTY WITH YOUR SYSTEM WHEN USING THIS
- UTILITY, PLEASE CHECK YOUR VIDEO EQUIPMENT, & ENSURE THAT
- YOUR COMPUTER IS CAPABLE OF HANDLING CGA/EGA/VGA GRAPHICS.